Crate arrow_data

source ·
Expand description

Array data abstractions for Apache Arrow

Modules

Utils for working with packed bit masks

Structs

An generic representation of Arrow array data which encapsulates common attributes and operations for Arrow array. Specific operations for different arrays types (e.g., primitive, list, struct) are implemented in Array.
Builder for ArrayData type
Defines a bitmap, which is used to track which values in an Arrow array are null.
Layout specification for a data type

Enums

Layout specification for a single data type buffer

Functions

Return the expected DataTypeLayout Arrays of this data type are expected to have

Type Definitions